home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / AlfaClock 1.71 / alfaclock_v1.71.exe / {app} / AlfaClock.exe / 0 / RCDATA / TALARMCLOCKSETUPDLG / TALARMCLOCKSETUPDLG.txt
Text File  |  2004-10-05  |  949b  |  49 lines

  1. object AlarmClockSetupDlg: TAlarmClockSetupDlg
  2.   Left = 224
  3.   Top = 107
  4.   HelpContext = 1
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'Alarm properties'
  8.   ClientHeight = 297
  9.   ClientWidth = 415
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   HelpFile = 'AlfaClock.hlp'
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   inline AlarmClockSetup: TAlarmClockSetup
  22.     Left = 0
  23.     Top = 0
  24.     Width = 409
  25.     Height = 257
  26.     TabOrder = 0
  27.   end
  28.   object Button_OK: TButton
  29.     Left = 240
  30.     Top = 264
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object Button_Cancel: TButton
  39.     Left = 320
  40.     Top = 264
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48. end
  49.